#photo-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag,
#photo-carousel .owl-stage-outer,
#photo-carousel .owl-stage,
#photo-carousel .owl-item,
#photo-carousel .item,
#photo-carousel .owl-item,
#photo-carousel .img-responsive {
    height: 100vh;
    object-fit: cover;
}


#photo-carousel .owl-dots {
    position: relative;
    margin-top: -50px;
    z-index: 1000;
}


.no-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

 element.style {
     transform: translate3d(-2758px, 0px, 0px);
     transition: 0.25s;
     width: 5057px;
     background-size: cover;
 }


.de__pic-hover img {
    width: 100%;
}

.de_carousel .item {
    width: 100%;
    display: block;
}

.item img {
    width: 100%;
    height: auto;
}



 /* pic hover */

.de__pic-hover {
    position: relative;
    display: block;
    overflow: hidden;
}

.de__pic-hover img {
    width: 100%;
}

.de__pic-hover h3 {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 30px;
    font-size: 18px;
    margin: 0;
    background: #ffffff;
    padding: 8px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.de__pic-hover h5 {
    position: absolute;
    z-index: 1;
    color: #ffffff;
    display: inline-block;
    padding: 20px 10px;
    width: 80px;
    right: 30px;
    bottom: 20px;
    text-align: center;
    font-size: 10px;
    margin-bottom: 0;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
}

.de__pic-hover h5 span {
    display: block;
    font-size: 22px;
}

.de__pic-hover:hover img {
    transform: scale(1.05);
}



 .de__pic-hover *,
 .de-hover *,

 .de-hero-block *,
 .d-image *,

 .hover-zoom {
-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
 }



 /* product  page background image css  */



/* parallax CSS START HERE FOR PRODUCT PAGE  */
 .parallax {
     /* The image used */
    /* background-image: url('{{ theme_asset(" assets/img/pesco/background/bg-1.jpg") }}'); */

     /* Set a specific height */
     min-height: 800px;

     /* Create the parallax scrolling effect */
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;

     /* Ensure the content inside the parallax container is responsive */
     width: 100%;
     height: 100%;
 }

 /* For small devices like phones */
 @media (max-width: 768px) {
     .parallax {
         min-height: 300px;
         /* Reduced height on smaller screens */
         background-attachment: scroll;
         /* Parallax effect does not work well on mobile, so we disable it */
     }
 }

 /* For very small devices like phones in portrait mode */
 @media (max-width: 480px) {
     .parallax {
         min-height: 200px;
         /* Further reduce height on smaller screens */
         background-attachment: scroll;
         /* Parallax effect disabled for better performance */
     }
 }

 .full-height {
     overflow: hidden;
 }

 .full-height.vertical-center {
     display: flex;
     justify-content: center;
     align-items: center;
 }


/* parallax END HERE */



/* NAV INLINE SEARCHBAR CSS */
/* START  HERE*/
.header-navigation .main-menu ul > #nav-search-inline >  .search-form {
    border-radius: 50px !important;

    /* width: 100%; */
        padding: 5px 20px 5px 20px;
        /* border: 1px solid #beb3b3;
        background-color: #beb3b3; */
        width: 100%;
        border: 1px solid #1d1d1d;
        background-color: #1d1d1d;
        color: white;
         display: flex !important;
         
}

.header-navigation .main-menu ul>#nav-search-inline >  .search-form > .form_control{
    background-color: #1d1d1d !important;
    border-radius: 20px !important;
    padding-right: 5px;
    color: white;
}

.header-navigation .main-menu ul>#nav-search-inline>  .search-form > .search-btn{
    color: white;
}

@media screen and (max-width: 991px) {
    .header-navigation .main-menu ul > #nav-search-inline {
        display: none !important;
    }
}

/* NAV INLINE SEARCHBAR END HERE */


/* NAV SUBMENU LIST CSS START HERE */

 .sub-menu {
    display: none;
    padding-left: 20px;
}

.sub-menu-open i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
    
 /* NAV SUBMENU LIST CSS END HERE */


 /* .login-wrapper .pesco-login-form .form_control,
 .login-wrapper
  {
     background-color: var(--white-color);
 } */

 /* Single Information Item */
 .pesco-login-form .form_control {
     border: 1px solid var(--light-gray);
     background-color: transparent;
     padding: 18px 20px;
     border-radius: 10px;
     margin-bottom: 24px;
     color: white;
 }

 .form-grou > .form_control  {
    clear: white;
 }

 /* login Wrapper */
 .login-wrapper {
     padding: 55px 60px 60px;
 }

 @media (max-width: 767px) {
     .login-wrapper {
         padding: 35px 30px 40px;
     }
 }

 .login-wrapper .shape {
     position: absolute;
     z-index: -1;
 }

 .login-wrapper .shape.shape-one {
     bottom: 0;
     right: 0;
 }

 .login-wrapper h3 {
     font-size: 40px;
     line-height: 1;
     margin-bottom: 47px;
 }

 @media (max-width: 767px) {
     .login-wrapper h3 {
         font-size: 30px;
         margin-bottom: 27px;
     }
 }

 .login-wrapper .pesco-login-form textarea.form_control {
     margin-bottom: 30px;
 }

 .login-wrapper .pesco-login-form .theme-btn.style-one {
     padding: 21px 40px;
     font-size: 18px;
 }


 /* model css */

 .__sign-in-modal .modal-dialog .modal-content .form-control::placeholder,
 .__sign-up-modal .modal-dialog .modal-content .form-control::placeholder,
 .search_input_group .form-control::placeholder,
 .apply-coupon-form .form-control::placeholder,
 .contact-seller-modal textarea.form-control::placeholder,
 .user-profile-section .form-control::placeholder,
 .payment-list-area .form-control::placeholder,
 .search-form-section .form-control::placeholder {
     color: var(--text-2) !important;
 }


 /* .initial-modal .modal-dialog {
     max-width: 937px;
 }

 .initial-modal .modal-dialog .btn-close {
     position: absolute;
     inset-inline-end: -1.0714285714rem;
     inset-block-start: -1.0714285714rem;
     border-radius: 50%;
     background-color: var(--body-bg);
     background-size: 0.6428571429rem;
 }

 .modal-dialog-centered {
     min-height: calc(100% - var(--bs-modal-margin) * 2);
 }




 .__sign-up-modal .modal-dialog {
     max-width: 42.8571428571rem;
     margin-inline: auto;
 }

 .__sign-up-modal .modal-dialog .modal-content {
     background: var(--body-bg);
     box-shadow: 0 0 1.81508px rgba(145, 158, 171, 0.2),
         0 9.07541px 18.1508px -2.72262px rgba(145, 158, 171, 0.05);
     border-radius: 5px;
 }

 @media (max-width: 575px) {
     .__sign-up-modal .modal-dialog .card-header {
         padding-bottom: 0;
     }
 }

 .__sign-up-modal .modal-dialog .modal-body {
     color: var(--semi-title);
     padding: 0 1.7857142857rem 2.0714285714rem;
 }

 @media (max-width: 575px) {
     .__sign-up-modal .modal-dialog .modal-body {
         padding: 0 2.7857142857rem 3.5rem;
     }
 }

 .__sign-up-modal .modal-dialog .modal-body .logo {
     width: 130px;
     margin: 0 auto 26px;
 }

 .__sign-up-modal .modal-dialog .modal-body .logo a {
     display: block;
 }

 .__sign-up-modal .modal-dialog .modal-body .logo a img {
     width: 100%;
 }

 .__sign-up-modal .modal-dialog .modal-body .title {
     margin-bottom: 40px;
 }

 @media (max-width: 767px) {
     .__sign-up-modal .modal-dialog .modal-body .title {
         margin-bottom: 20px;
     }
 }

 .__sign-in-modal {
     padding-inline: 15px;
 }

 .__sign-in-modal .modal-dialog {
     max-width: 33.9285714286rem;
     margin-inline: auto;
 }

 .__sign-in-modal .modal-dialog .modal-content {
     
     box-shadow: 0px 0px 1.81508px rgba(145, 158, 171, 0.2),
         0px 9.07541px 18.1508px -2.72262px rgba(145, 158, 171, 0.05);
     border-radius: 5px;
 }

 @media (max-width: 575px) {
     .__sign-in-modal .modal-dialog .card-header {
         padding-bottom: 0;
     }
 }

 .__sign-in-modal .modal-dialog .modal-body {
     color: var(--semi-title);
     padding: 0 1.7857142857rem 2.0714285714rem;
 }

 @media (max-width: 575px) {
     .__sign-in-modal .modal-dialog .modal-body {
         padding: 0 2.7857142857rem 3.5rem;
     }
 }

 .__sign-in-modal .modal-dialog .modal-body .logo {
     width: 130px;
     margin: 0 auto 26px;
 }

 .__sign-in-modal .modal-dialog .modal-body .logo a {
     display: block;
 }

 .__sign-in-modal .modal-dialog .modal-body .logo a img {
     width: 100%;
 }

 .__sign-in-modal .modal-dialog .modal-body .title {
     margin-bottom: 40px;
 }

 @media (max-width: 767px) {
     .__sign-in-modal .modal-dialog .modal-body .title {
         margin-bottom: 20px;
     }
 }



 .__sign-in-modal .modal-dialog {
     max-width: 33.9285714286rem;
     margin-inline: auto;
 }

 .__sign-in-modal .modal-dialog .modal-content {
    
     box-shadow: 0px 0px 1.81508px rgba(145, 158, 171, 0.2),
         0px 9.07541px 18.1508px -2.72262px rgba(145, 158, 171, 0.05);
     border-radius: 5px;
 }

 @media (max-width: 575px) {
     .__sign-in-modal .modal-dialog .card-header {
         padding-bottom: 0;
     }
 }

 .__sign-in-modal .modal-dialog .modal-body {
     color: var(--semi-title);
     padding: 0 1.7857142857rem 2.0714285714rem;
 }

 @media (max-width: 575px) {
     .__sign-in-modal .modal-dialog .modal-body {
         padding: 0 2.7857142857rem 3.5rem;
     }
 }

 .__sign-in-modal .modal-dialog .modal-body .logo {
     width: 130px;
     margin: 0 auto 26px;
 }

 .__sign-in-modal .modal-dialog .modal-body .logo a {
     display: block;
 }

 .__sign-in-modal .modal-dialog .modal-body .logo a img {
     width: 100%;
 }

 .__sign-in-modal .modal-dialog .modal-body .title {
     margin-bottom: 40px;
 }

 @media (max-width: 767px) {
     .__sign-in-modal .modal-dialog .modal-body .title {
         margin-bottom: 20px;
     }
 }

 .__modal .modal-dialog {
     max-width: 600px;
 } */



 /* Inivoation css */
  
 .de__banner {
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 

 .de__banner .atr__img-main {
     display: flex;
     position: absolute;
     width: 40%;
     left: 5%;
 }

 .de__banner .atr__content {
     text-align: left;
     margin-left: 40%;
     padding-left: 5%;
     width: 50%;
     position: absolute;
 }

 .de__banner .atr__img-bg {
     width: 100%;
     height: auto;
    border-radius: 10px;
 }
 .de__product-popup .atr__content-wrap {
     margin-left: 30px;
     padding: 20px 0;
 }

 .de__banner h3 {
     font-size: 36px;
 }

 .de__banner h4 {
     display: inline-block;
     text-align: center;
     background: #111111;
     font-size: 12px;
     letter-spacing: .1em;
     padding: 5px 10px;
     text-transform: uppercase;
 }

 .de__banner small {
     margin-top: 20px;
     display: block;
     font-style: italic;
 }

 @media only screen and (max-width: 480px) {

     #de-extra-menu.de-search-wrapper {
         display: none;
     }

     .pf_full_width .item {
         float: left;
         width: 100% !important;
     }

     .text-slider.fontsize40 {
         font-size: 10vw !important;
         letter-spacing: 1vw;
         line-height: 15vw;
     }

     /*.item{
	font-size:32px;
	line-height:32px;
	}*/

     .item i {
         font-size: 24px;
     }

     .grid-item .pf_title {
         display: none;
     }

     .de__banner h3 {
         font-size: 24px;
         margin-bottom: 5px;
     }

     .de__banner h4 {
         font-size: 12px;
         margin-bottom: 5px;
     }

     .de__banner small {
         font-size: 12px;
         margin-top: 0;
         display: none;
     }

     .de__banner a.btn-custom {
         padding: 5px;
     }
 }


 /* whatsapp chat css start */
 .social-chat-icons {
     position: fixed;
     inset-inline-end: 3%;
     inset-block-end: 91px;
     z-index: 9;
     transition: all 0.3s ease;
     display: flex;
     flex-direction: column;
     gap: 0.5rem;
 }

 .social-chat-icons.active {
     inset-block-end: 9.375rem;
 }

 .chat-image-shadow {
     filter: drop-shadow(0 0 0.35rem rgba(var(--bs-primary-rgb), 0.3));
 }

 .lightbox-image {
     max-height: 80vh;
     vertical-align: middle;
 }

 .img-w-h-100 {
     height: 6.25rem;
     width: 6.25rem;
 }

 /* whatsapp chat css end */



.__sign-up-modal {
    padding-inline: 15px;
}

.__sign-up-modal > .modal-dialog {
    max-width: 42.8571428571rem;
    margin-inline: auto;
    background-color: white;
}

.__sign-up-modal > .modal-dialog > .modal-content {
    background: var(--body-bg);
    box-shadow: 0 0 1.81508px rgba(145, 158, 171, 0.2),
        0 9.07541px 18.1508px -2.72262px rgba(145, 158, 171, 0.05);
    border-radius: 5px;
}

@media (max-width: 575px) {
    .__sign-up-modal >  .modal-dialog> .card-header {
        padding-bottom: 0;
    }
}

.__sign-up-modal> .modal-dialog> .modal-body {
    color: var(--semi-title);
    padding: 0 1.7857142857rem 2.0714285714rem;
}

@media (max-width: 575px) {
    .__sign-up-modal > .modal-dialog > .modal-body {
        padding: 0 2.7857142857rem 3.5rem;
    }
}

.__sign-up-modal > .modal-dialog > .modal-content> .modal-body > .logo {
    width: 130px;
    margin: 0 auto 26px;
}

.__sign-up-modal > .modal-dialog > .modal-content > .modal-body  >.logo > a {
    display: block;
}

.__sign-up-modal > .modal-dialog > .modal-content > .modal-body > .logo > a > img {
    width: 100%;
}

.__sign-up-modal >.modal-dialog >.modal-content > .modal-body >.title {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .__sign-up-modal > .modal-dialog> .modal-content> .modal-body> .title {
        margin-bottom: 20px;
    }
}

.__sign-in-modal {
    padding-inline: 15px;
}

.__sign-in-modal > .modal-dialog > .modal-content{
    max-width: 33.9285714286rem;
    margin-inline: auto;
}

.__sign-in-modal > .modal-dialog > .modal-content {
    /* background: var(--body-bg); */
    box-shadow: 0px 0px 1.81508px rgba(145, 158, 171, 0.2),
        0px 9.07541px 18.1508px -2.72262px rgba(145, 158, 171, 0.05);
    border-radius: 5px;
}

@media (max-width: 575px) {
    .__sign-in-modal .modal-dialog .card-header {
        padding-bottom: 0;
    }
}

.__sign-in-modal > .modal-dialog > .modal-content > .modal-body {
    color: var(--semi-title);
    padding: 0 1.7857142857rem 2.0714285714rem;
}

@media (max-width: 575px) {
    .__sign-in-modal > .modal-dialog > .modal-content > .modal-body {
        padding: 0 2.7857142857rem 3.5rem;
    }
}

.__sign-in-modal > .modal-dialog > .modal-content> .modal-body >.logo {
    width: 200px;
    margin: 0 auto 26px;
}

.__sign-in-modal > .modal-dialog > .modal-content > .modal-body > .logo > a {
    display: block;
}

.__sign-in-modal > .modal-dialog > .modal-content> .modal-body > .logo > a > img {
    width: 100%;
}

.__sign-in-modal > .modal-dialog > .modal-content> .modal-body > .title {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .__sign-in-modal>.modal-dialog>.modal-content>.modal-body>.title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .tooltip {
        display: none !important;
    }
}

.or-sign-in-with {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 230px;
    font-size: 14px;
    color: #4b566b !important;
}

.or-sign-in-with-row {
    position: relative;
}

@media screen and (min-width: 768px) {
    .or-sign-in-with {
        position: absolute;
        transform: translate(-50%, -50%) rotate(-90deg);
        top: 50%;
        left: 50%;
    }

    .or-sign-in-with-row>.col-md-6:nth-child(1) {
        padding-inline-end: 40px;
    }

    .or-sign-in-with-row>.col-md-6:nth-child(3) {
        padding-inline-start: 40px;
    }
}

@media screen and (max-width: 767.98px) {
    .or-sign-in-with {
        width: 100% !important;
        padding-inline: 16px;
    }
}

.or-sign-in-with::before,
.or-sign-in-with::after {
    content: "";
    height: 1px;
    background: var(--border);
    display: block;
    width: 0;
    flex-grow: 1;
}


.initial-modal {
    padding: 15px;
}

.initial-modal > .modal-dialog  {
    max-width: 937px;
}

.initial-modal> .modal-dialog >.btn-close {
    position: absolute;
    inset-inline-end: -1.0714285714rem;
    inset-block-start: -1.0714285714rem;
    border-radius: 50%;
    background-color: var(--body-bg);
    background-size: 0.6428571429rem;
}

.modal-dialog-centered {
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.__modal .modal-dialog {
    max-width: 600px;
}
.modal {
    background: rgba(0, 0, 0, 0.4);
}
[dir="rtl"] .modal .close {
    float: left;
}




 /* side bar for social media icons right hand side */


 .social-sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9); /* Light white background */
    border-radius: 10px 0 0 10px; /* Rounded edge on the left */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
  }
  .social-sidebar a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .social-sidebar a:hover {
    opacity: 0.8;
  }
  .facebook {
    background-color: #3b5998;
  }
  .instagram {
    background-color: #e4405f;
  }
  .linkedin {
    background-color: #0077b5;
  }

  .youtube{
    background-color: #df1b1b;
  }

  .twitter{
    background-color: #55acee;
  }


/* Support Upload image css start here */

.filearray:not(:empty) {
    padding-block: 0.5rem;
}
.filearray:empty {
    display: none !important;
}
.cursor-pointer {
    cursor: pointer;
}
/* upload file */
.upload-file {
    position: relative;
    cursor: pointer;
    max-inline-size: 100%;
}

.upload-file__input {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inline-size: 100%;
    block-size: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-file__img {
    --size: 8.75rem;
    block-size: var(--size);
    inline-size: var(--size);
    min-inline-size: var(--size);
    max-inline-size: 100%;
}

.upload-file__img img {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.upload-file__img.style--two {
    inline-size: calc(var(--size) * 2);
}

.upload-file .temp-img-box {
    border: 1px dashed #dae1e7;
    border-radius: 0.625rem;
    inline-size: 100%;
    block-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fs-30 {
    font-size: 30px;
}

.text-absolute-white {
    color: #fff !important;
}

.picmo__popupContainer {
    z-index: 999;
}

.h-70px {
    height: 70px !important;
}

.overflow-x-auto {
    overflow-x: auto;
}

body *::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

body *::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.14);
}

body *::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}
.upload_img_box {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    border: 1px solid #ddd;
    border: 1px solid #f5f5f5;
}

.upload_img_box .img-clear {
    position: absolute;
    width: 24px;
    height: 24px;
    color: #000;
    background-color: #fff;
    border-radius: 100%;
    right: 2px;
    top: 2px;
    display: grid;
    place-items: center;
    line-height: 1;
    cursor: pointer;
}

.upload_img_box .fa-trash {
    font-size: 14px;
}

.upload_img_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.uploaded-file-item {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 12px;
    color: #262d34;
    background: #f3f5f9;
    border-radius: 6px;
    padding: 5px 10px;
    white-space: nowrap;
    position: relative;
}

.upload-file-item-content {
    padding-right: 32px;
}

.uploaded-file-item small {
    font-size: 10px;
    color: #9eadc1;
}

.uploaded-file-item .remove-file {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    margin-bottom: auto;
    color: #9eadc1;
    position: absolute;
    right: 0;
    top: 0;
}

.uploaded-file-item .remove-file i {
    min-width: 22px;
    display: inline-block;
}

 
 

.extra-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

[data-lightbox].rounded {
    border-radius: 16px !important;
}

.bg-F1F7FF {
    background: #f1f7ff;
}

.radius-right-button {
    border-radius: 0 10px 10px 0;
}

.radius-left-button {
    border-radius: 10px 0 0 10px;
}

.send-btn {
    border-radius: inherit;
    transition: all ease 0.3s;
}

.send-btn:hover {
    background: var(--primary-clr) !important;
}

.send-btn:hover img {
    filter: brightness(32);
}

#svg circle {
    transition: stroke-dashoffset 1s linear;
    stroke: #666;
    stroke-width: 3px;
}

#svg #bar {
    stroke: var(--primary-clr);
    /* stroke-dashoffset: -64; */
}

.circle-progress {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.circle-progress .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    height: 100%;
    gap: 8px;
    padding-right: 115px;
}

.text-BFBFBF {
    color: #bfbfbf;
}

.max-w-200px {
    max-width: 200px;
}

.rounded-16px {
    border-radius: 16px; 
}

.filearray:empty {
    display: none !important;
}

.review-reply {
    border: 1px solid #1455ac0d;
    color: #262d34cc;
}

.before-content-border {
    position: relative;
}

.before-content-border::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 20px;
    border-radius: 0 0 0 6px;
    border-left: 2px dashed #d0dbe9;
    border-bottom: 2px dashed #d0dbe9;
    left: 30px;
    top: 75px;
}

.before-border-left {
    position: relative;
}

.before-border-left::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 20px;
    border-radius: 0 0 0 6px;
    border-left: 1px dashed #d0dbe9;
    border-bottom: 1px dashed #d0dbe9;
    right: calc(100% + 5px);
    top: 0;
}

  
/* Support Upload image css ENN here */


/* LOGIN PAGE CSS START HERE  */
.sign_text_div {
    padding: 3rem !important;
    margin: 3rem !important;
}
.sign_text_div > .title-div {
    margin-bottom: 1.5rem !important;
}
.sign_text_div > .title-div > h2 {
    margin-bottom: 0.5rem !important;
}

@media (max-width: 767px) {
    .sign_text_div {
        padding: 0.5rem !important;
        margin: 0.5rem !important;
    }
    .sign_text_div > .title-div {
        margin-bottom: 1.5rem !important;
    }
    .sign_text_div > .title-div > h2 {
        margin-bottom: 0.5rem !important;
    }
}

/* LOGIN PAGE CSS END HERE  */

/* REGISTRATION PAGE CSS START HERE  */
.form--label {
    color: white !important;
}
.customer_sign_up_page {
    max-width: 60vw;
}
.customer_sign_up_div {
    display: flex;
    justify-content: center;
    margin: 60px 0px;
}
.customer_sign_up_title {
    margin: 0px 0px 34px 0px;
}

@media (max-width: 767px) {
    .customer_sign_up_page {
        max-width: 80vw;
    }
}
/* REGISTRATION PAGE CSS END HERE  */